Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 259 Bytes

6.6.3 - Channel->pop.md

File metadata and controls

10 lines (8 loc) · 259 Bytes

Channel->pop

弹出数据,函数原型:

function Channel->pop() : mixed;
  • pop方法无需传入任何参数
  • 当通道内有数据时自动将数据弹出并还原为PHP变量
  • 当通道内没有任何数据时pop会失败并返回false